remove tableview separator lines in javafx

105

remove tableview separator lines in javafx -

.table-view {
  -fx-table-cell-border-color: transparent;
}

Comments

Submit
0 Comments